home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gnupg / TODO < prev    next >
Text File  |  2006-12-05  |  3KB  |  74 lines

  1.   * Using an expired key for signing should give an error message
  2.     "expired key" and not "unusable key'.  Furthermore the error should
  3.     also be thrown when the default key has expired.  Reported by
  4.     Eric.VanBuggenhaut add AdValvas.be.
  5.  
  6.   * pause scrolling help in --edit-key and elsewhere.
  7.  
  8.   * getkey does not return revoked/expired keys - therefore it is not
  9.     possible to override it.
  10.  
  11.   * Selection using +wordlist does not work.
  12.     What about adding a feature -word to the +wordlist search mode.
  13.  
  14.   * Check the changes to the gpg random gatherer on all W32 platforms.
  15.  
  16.   * Show more info does not work from edit->trust. We should give more
  17.     information on the user ID under question while running
  18.     --update-trustdb.
  19.  
  20.   * Check that no secret temporary results are stored in the result parameter
  21.     of the mpi functions.  We have already done this for mpi-mul.c 
  22.  
  23.   * We need another special packet at the end of a clearsign message to mark
  24.     it's end and allow for multiple signature for one message.  And
  25.     add a real grammar to the code in mainproc.c
  26.  
  27.   * Fix the bug in the mips assembler code
  28.  
  29.   * Add a way to show the fingerprint of an key signator's keys
  30.  
  31.   * Concatenated encryption messages don't work corectly - only the
  32.     first one is processed.
  33.  
  34.   * Add option to put the list of recipients (from the encryption
  35.     layer) into the signatures notation data.
  36.  
  37.   * --disable-asm should still assemble _udiv_qrnnd when needed
  38.  
  39.   * the pubkey encrypt functions should do some sanity checks.
  40.  
  41.   * "gpg filename.tar.gz.asc" should work like --verify (-sab).
  42.  
  43.   * for messages created with "-t", it might make sense to append the
  44.     verification status of the message to the output (i.e. write something to
  45.     the --output file and not only to stderr.  However the problem is
  46.     that we consider the message transpatrent and don't have any
  47.     indication of the used character set.  To implement this feature
  48.     we need to make sure that all output is plain 7 bit ascii but
  49.     given that we need to print a user name, this does not make sense
  50.     at all.  The only way this can be implemented is by assuming that
  51.     the message is encoded in utf8 and hope tht everyone starts to use
  52.     utf8 instead of latin-1 or whatever RSN.  Hmmm, I myself should
  53.     start with this.
  54.  
  55.   * keyflags don't distinguish between {certify,signature}-only.
  56.  
  57.   * cat foo | gpg --sign | gpg --list-packets
  58.     Does not list the signature packet.
  59.  
  60.   * When presenting the result of a verification show the user ID with
  61.     the highest trust level first instead of the primary one.
  62.  
  63.   * allow the use of option in gpg.conf. 
  64.  
  65.   * Add the NEWSIG status.
  66.  
  67.   * Delete a card key as well as a wiping.
  68.  
  69.   * passphrase_to_dek does not return NULL after a cancel.  There is
  70.     no way to issue a cancel when unsing the CLI - this would however
  71.     be a Good Thing when used with mixed symkey/pubkey encrypted
  72.     messages. See comment in mainproc.c:proc_symkey_enc. 
  73.     Note, that this has been fixed in 2.0.2 - we should backport it.
  74.